home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Sound / mhi_MASPro / Install MHI MAS Pro < prev    next >
Encoding:
Text File  |  2001-05-06  |  1020 b   |  50 lines

  1. ; $Id: PreludeAHI Install by Thomas Wenzel
  2. ; $VER: PreludeAHIInstall 1.1 (19.11.99)
  3.  
  4.  
  5. (complete 0)
  6.  
  7. (message  "\nMHI MAS Player Pro Driver\n"
  8.           "\nCopyright (C) 2001 Paul Qureshi\n"
  9.           "\nReleased under the terms of the BSD Public Licence, see documentation "
  10.           "for details.\n"
  11.           "\nThis driver supports the MAS Player Pro, created by Dirk Conrad. It will "
  12.           "be installed in Libs:MHI/ by default, this is the recommended place."
  13. )
  14.  
  15. (if
  16.   (exists "Libs:MHI" (NOREQ))
  17.   (
  18.     (makedir "libs:MHI"
  19.       (help @makedir-help)
  20.       (confirm)
  21.       (prompt "\nCreating Libs:MHI/")
  22.     )
  23.   )
  24. )
  25.  
  26. (complete 33)
  27.  
  28. (copylib
  29.   (confirm)
  30.   (prompt "\nInstalling MAS Player Pro hardware driver")
  31.   (help @copylib-help)
  32.   (source "libs/MHI/mhimaspro.library")
  33.   (dest "Libs:MHI")
  34. )
  35.  
  36. (complete 66)
  37.  
  38. (copyfiles
  39.   (help @copyfiles-help)
  40.   (confirm)
  41.   (infos)
  42.   (prompt "\Copying documentation to HELP:")
  43.   (source "mhi_MASPro.guide")
  44.   (dest "HELP:")
  45. )
  46.  
  47. (complete 100)
  48.  
  49. (set @default-dest "SYS:")
  50.